VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingCommandTree<TTarget> Class / GetIsProcessingCommandSupported(IProcessingCommandInfo) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsProcessingCommandSupported(IProcessingCommandInfo) Method (ProcessingCommandTree<TTarget>)
    In This Topic
    Returns a value that indicating whether the processing command is supported by this processing command tree.
    Syntax
    'Declaration
    
    Public Overridable Function GetIsProcessingCommandSupported( _
    ByVal processingCommand
    The processing command.
    As IProcessingCommandInfo _
    ) As Boolean
    public virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo processingCommand
    )
    public: virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo* processingCommand
    )
    public:
    virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo^ processingCommand
    )

    Parameters

    processingCommand
    The processing command.

    Return Value

    True if this processing tree supports the processing command; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also